* Makefile.in (install): Refer to the variables INSTALLABLES and
authorJim Blandy <jimb@redhat.com>
Mon, 24 May 1993 05:54:23 +0000 (05:54 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 24 May 1993 05:54:23 +0000 (05:54 +0000)
INSTALLABLE_SCRIPTS, instead of writing them out.

lib-src/Makefile.in

index 74a77a1e99eb289377588160df18189593b5838a..5917a181e73058e5115d088c5f2992dfe66bac95 100644 (file)
@@ -137,7 +137,7 @@ ${archlibdir}: all
 install: ${archlibdir}
        @echo
        @echo "Installing utilities for users to run."
-       for file in emacsclient etags ctags b2m ; do \
+       for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \
          cp $${file} ${bindir}/$${file}.new ; \
          chmod 755 ${bindir}/$${file}.new ; \
         done